home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / source.exe / POSIX / EXAMPLES / MAKEFILE < prev    next >
Encoding:
Text File  |  1993-08-14  |  69 b   |  3 lines

  1. test: test.o a.o b.o
  2.     cc -o test -L //C/nt/public/sdk/lib/i386 *.o
  3.